ANCHOR (Named Anchor)
This is also known as a 'Named Anchor' in HTML. It allows you to select text & make the selection a Named Anchor in your HTML document. This means that you can create a link to this anchor. You can either make it visible or invisible. An example of a good use for
an invisible anchor would be to create a 'Top' anchor, like --
<A Name="top"><!--top--></A>
Simply put, what it does to create this invisible-ness is just to make it a comment. But it works just like an anchor in every way. If you wanted to use the highlighted text, say a heading, or a word, to be visible, just click in the Visible box. This command is available in the formatting pull-down menu as well as the HTML Toolbar.